home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / LiveFastStartServer / Grabbing.r < prev    next >
Encoding:
Text File  |  1999-06-25  |  622 b   |  39 lines  |  [TEXT/CWIE]

  1. #define SystemSevenOrLater 1
  2. #include "ConditionalMacros.r"
  3. #include "Types.r"
  4. #include "Menus.r"
  5. #include "Dialogs.r"
  6. #include "Finder.r"
  7.  
  8. resource 'DLOG' (129) {
  9.     {62, 81, 82, 101},
  10.     movableDBoxProc,
  11.     invisible,
  12.     noGoAway,
  13.     0x0,
  14.     129,
  15.     "Monitor",
  16.     alertPositionMainScreen
  17. };
  18.  
  19. resource 'DITL' (129) {
  20.     {    /* array DITLarray: 0 elements */
  21.     }
  22. };
  23.  
  24. resource 'dctb' (129) {
  25.     {    /* array ColorSpec: 5 elements */
  26.         /* [1] */
  27.         wContentColor, 65535, 65535, 65535,
  28.         /* [2] */
  29.         wFrameColor, 0, 0, 0,
  30.         /* [3] */
  31.         wTextColor, 0, 0, 0,
  32.         /* [4] */
  33.         wHiliteColor, 0, 0, 0,
  34.         /* [5] */
  35.         wTitleBarColor, 65535, 65535, 65535
  36.     }
  37. };
  38.  
  39.